home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / bcsrce2.zip / README.TXT < prev    next >
Text File  |  1990-10-15  |  5KB  |  89 lines

  1.   #        BC    2447   3-05-90  12:12p  Source for mathematic program
  2.   #        EXE   6908   3-05-90  12:12p  # [+,-,/,or \] #1 #1
  3.   ADDRBOOK COM   3380  10-14-90  12:23a  Used by UTILMENU program
  4. # ANSI     COM   2048  12-30-88   2:59p  ANSI.SYS commands in a screen file
  5.   AT       BC    1846   2-16-90   8:54a  Source for prompted input, placeable
  6.   AT       EXE   6522  10-15-90  12:42p  AT r# c# [command] [Prompt]
  7.   BASEMASK       1969   6-20-90   3:39p  Generic mask file for MAKECOM.BAS
  8.   BATINDEX SYN   5265   2-09-90  10:22a  Syntax/index for Batcom's manual
  9.   BCDEMO   BAT   1817  10-15-90   9:34p  Ansi.sys needed for this demo
  10.   BCDEMO2  BAT   1826  10-15-90   9:34p  generic demo
  11. ^ BIGECHO  COM    461   9-12-86   1:31p  P.D. program, available via PBS disk
  12.   CHEKBOX  BC    3211  10-15-90   4:43p  Source for ansi.sys version checkbox
  13.   CHEKBOX  EXE   7210  10-15-90   4:43p  CHEKBOX #r #c [yes/no]
  14.   CHEKBOX2 BC    3189  10-15-90   4:41p  Generic checkbox program source code
  15.   CHEKBOX2 EXE   7190  10-15-90   4:42p  CHEKBOX2 #r #c [yes/no]
  16. $ COMTXT   BC    2066  10-15-90  10:34a  Source to text to .com converter
  17.   COMTXT   EXE   6610  10-15-90  10:35a  COMTXT [Textfile.ext] [Newcom]
  18. $ COMTXT2  BC    2364  10-15-90  10:34a  Same as comtxt, slight difference
  19.   COPYD    BC    2783   2-14-90  12:38p  Source to prompting file copy program
  20.   COPYD    EXE   6808   5-15-90   2:50p  COPYD [Source] [Destination]
  21.   DEMO     BAT    216  10-15-90   9:09p  Chooses between ansi.sys non-ansi.sys
  22. & EJECT    BAT    703   9-22-88   4:59p  Very generic page eject
  23.   INFO     EXE   6120  10-15-90  10:32p  INFO [Filespec]/[?] [Drive:]
  24.   MRUN     BC    2994  10-15-90  11:01a  Source for FOR..IN..DO workalike
  25.   MRUN     EXE   7302  10-15-90  11:01a  MRUN [command] [filespec]
  26.   PKADD    BC     516  10-15-90  10:23p  For limited DOS Shell programs only
  27.   PKADD    EXE   2984  10-15-90  10:24p  This one was done for DeskMate
  28. & SKIP     BAT   2783   1-05-89   3:14a  Very generic line feed
  29. # STATES   COM   2048   6-13-89   7:57a  Screen .com file of State's abrev's
  30.   USERS    COM    360  10-14-90  12:28a  Used by UTILMENU program for safety
  31. # UTILMASK COM   2048   2-14-90  11:28a  Menu screen mask for UTILMENU
  32.   UTILMEN2 BC   12697  10-15-90  10:00p  Source for non-ansi.sys litebar menu
  33.   UTILMEN2 EXE  12666  10-15-90  10:10p  Non-ansi.sys Lotus style litebar menu
  34.   UTILMENU BC   12794  10-15-90  10:00p  Lotus style litebar source for ansi.sys
  35.   UTILMENU EXE  12728  10-15-90  10:12p  Ansi.sys Lotus style litebar menu
  36. @ VIEWING  COM   1088   1-07-89   2:24p  VIEWING [File.ext] actually BROWSE2
  37.   WHATZ    COM    355  10-14-90  12:23a  Used by UTILMENU program for safety
  38.   WHOAMI   COM    370  10-14-90  12:23a  Used by UTILMENU program for safety
  39. ===============================================================================
  40. @ Renamed PC Magazine utility. BROWSE2.COM {DOS Power Tools/Reup disks}
  41. # Created with PC Magazine's MAKECOM.BAS program {DOS Power Tools/Reup disks}
  42. $ Adapted from an idea in either PC Mag or PC Resource. This one has safety
  43.     features builtin. It is better than Wenham's example which is a little
  44.     awkward.
  45. ^ This I got from a Public Brands Software disk. It is what they call
  46.     Bannerware (free but copyrighted). This disk it comes on has many
  47.     other similiar echo replacements.
  48. & These I did 3 years ago on a Wang PC. I don't recall why I modified them
  49.     but the real dates were in 1987.
  50. ===============================================================================
  51. About Wenham Software's BATCOM:
  52.  
  53. They only certify the compiler for an IBM PC along with either PC-DOS 2.x
  54. or PC-DOS 3.x. However, I have successfully used it on NEC 80286 (MS-DOS
  55. 3.2), Compaq 80286 (MS-DOS 3.3), Tandy 1100FD Laptop (MS-DOS 3.3) and
  56. two other off brands I just can't recall. In the programs, I often
  57. use ECHO. and ECHO/ for blank lines. Some earlier DOS versions just
  58. don't allow this. I have avoided the @command (MS-DOS 3.3 & higher)
  59. throughout.
  60.  
  61. Many of these programs are no more than examples of using BATCOM and
  62. should be considered as such. I relinguish all rights and responsi-
  63. bilities to these programs. They do have a certain amount of safeguards
  64. builtin. The AT.BC program is a first draft. In trying to buildin maxi-
  65. mum errorchecking along with redirection, I've yet to get it in a pol-
  66. ished condition that will fully work regardless of user errors. Since
  67. this is the first version (there are three others), it should be used
  68. EXACTLY as the syntax screen shows.
  69.  
  70. The one vendor I know of that sells BATCOM is the Programmer's
  71. Connection in North Canton, OH. There price is 55 bucks. There
  72. catalogs are usually available quarterly at Software, Etc. and
  73. B. Daltons.
  74.  
  75. If there are any questions on these files, or if anyone desires a
  76. particular type of program within BATCOM's scope, I may have such
  77. code available.
  78.  
  79.                 Felix A. Rozewicz
  80.                 Dbase Programmer/VINES Admin.
  81.                 Housing Devl., City of Columbus
  82.                 50 W. Gay St., 2nd FL
  83.                 Columbus, OH   43215
  84.  
  85.  
  86.  
  87.  
  88. Luck,
  89.